UNPKG

mdzjs

Version:

```bash npm i mdzjs ```

6 lines 127 B
import { text } from "ziko"; export default ({data,color})=>{ return text(data).style({ color : color }) }